2012-10-26 - 5272.100 - Spec - UPC Season Collection Selection #US #SDLABELREPORTS #ABAPUPC

SPECIFICATIONS

5272.100 - Spec - UPC Season Collection Selection

Purpose


Fix the label printing error while multiple dates are maintained for a particular season-material.

Admin Info


Purpose
Fix the label printing error while multiple dates are maintained for a particular season-material.
Requested By
Thi Tran
Spec Created By
Surya Basa
Spec Created Date
07/25/2013
Spec QA by
Surya Basa
Objects
ZRSD_UPC_LABELS
ZRSD_UPC_LABELS
Document Status
Complete

References


Prior Tickets

None

Documents

None


Functional Requirement


Currently, if the season and collection of a material is not in the current date range, the UPC cannot be printed. This needs to be fixed. Asking BMS to not restrict date range if only one season exists for a material.



Solution Summary


The Code has to be updated for the Style Collection Description, if there is only one season which range is in future or past
The code needs to be updated so as not to restrict the date range selection while printing the UPC labels for a particular material.



Test Plan

[List test scenarios/cases to be executed here]
Test Scenario
Expected Results
Print UPC label for a material 10000218 in transaction ZSD_UPCLBL
Note: Maintain season validity date range as - 10/02/2012 to 10/03/2012
The UPC should be printed when printed with Material-Sales Org combination
on 10/01/2012 or on 10/04/2012

Solution Details


If the AFS Material Value(J_3AMSEA) has only one Season then get the collection text without checking the latest season.
If the Collection Text contains a value then get the first Seasonal processing texts data (J_3ASEANT)
based on the Season Indicator and Collection.


Issues


None